Package com.cisco.pt.ipc.sim.impl
Class PPPProcessImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ProcessImpl
com.cisco.pt.ipc.sim.impl.PortKeepAliveProcessImpl
com.cisco.pt.ipc.sim.impl.PPPProcessImpl
- All Implemented Interfaces:
IPCObject,PortKeepAliveProcess,PPPProcess,Process
Information provided by the PKI file:
\class PppProcess
\brief PppProcess handles and manipulates the PPP encapsulation process.
\example network().getDevice("Router0").getProcess("PppProcess")
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionPPPProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:voidsetAuthenType(PPPAuthenType type) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.sim.impl.PortKeepAliveProcessImpl
getKeepAliveInterval, isKeepAliveOn, setKeepAliveInterval, setKeepAliveOnMethods inherited from class com.cisco.pt.ipc.sim.impl.ProcessImpl
getOwnerDeviceMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.PortKeepAliveProcess
getKeepAliveInterval, isKeepAliveOn, setKeepAliveInterval, setKeepAliveOnMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Constructor Details
-
PPPProcessImpl
public PPPProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
setAuthenType
Information provided by the PKI file:
\brief Sets the authentication type. \param type, the authentication type. Authentication types: eNoAuthentication = 0, eChap = 1, ePap = 2, ePapChap = 3, eChapPap = 4- Specified by:
setAuthenTypein interfacePPPProcess- Parameters:
type- Takes in a parameter of type
-
getAuthenType
Information provided by the PKI file:
\brief Returns the authentication type. \return PppAuthenType, the authentication type. Authentication types: eNoAuthentication = 0, eChap = 1, ePap = 2, ePapChap = 3, eChapPap = 4- Specified by:
getAuthenTypein interfacePPPProcess- Returns:
- PPPAuthenType Returns a PPPAuthenType
-
getPapProcess
Information provided by the PKI file:
\brief Returns the PAP process. \return PAPProcess, the PAPProcess object.- Specified by:
getPapProcessin interfacePPPProcess- Returns:
- PAPProcess Returns a PAPProcess
-
getChapProcess
Information provided by the PKI file:
\brief Returns the CHAP process. \return ChapProcess, the ChapProcess object.- Specified by:
getChapProcessin interfacePPPProcess- Returns:
- CHAPProcess Returns a CHAPProcess
-